home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Internet & Communication / FileChute.dmg / FileChute.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2005-09-14  |  3.2 KB  |  84 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 cancel = id; 
  6.                 checkForUpdates = id; 
  7.                 copyToClipboard = id; 
  8.                 debug = id; 
  9.                 deleteExpiredFiles = id; 
  10.                 download = id; 
  11.                 help = id; 
  12.                 selectAccount = id; 
  13.                 selectArchiveType = id; 
  14.                 setWrap = id; 
  15.                 showAbout = id; 
  16.                 showIntroduction = id; 
  17.                 showPreference = id; 
  18.                 showRegistration = id; 
  19.                 showRegistrationPrompt = id; 
  20.                 showSendOptionsHelp = id; 
  21.                 startSending = id; 
  22.                 toggleOutstanding = id; 
  23.                 toggleShortURL = id; 
  24.                 visitWebsite = id; 
  25.             }; 
  26.             CLASS = AppController; 
  27.             LANGUAGE = ObjC; 
  28.             OUTLETS = {
  29.                 "_accountPopUpBtn" = NSPopUpButton; 
  30.                 "_cancelBtn" = NSButton; 
  31.                 "_deleteExpiredBtn" = NSButton; 
  32.                 "_dropView" = DropView; 
  33.                 "_fileMenu" = NSMenu; 
  34.                 "_helpMenu" = NSMenu; 
  35.                 "_mainWindow" = YMWindow; 
  36.                 "_sendOptionsArchivePasswordTF" = NSTextField; 
  37.                 "_sendOptionsArchiveTypePopUp" = NSPopUpButton; 
  38.                 "_sendOptionsHelpTV" = NSTextView; 
  39.                 "_sendOptionsHelpWindow" = NSWindow; 
  40.                 "_sendOptionsSendBtn" = NSButton; 
  41.                 "_sendOptionsTabView" = NSTabView; 
  42.                 "_sendOptionsWindow" = NSWindow; 
  43.                 "_sendOptionsWrapRadio" = NSMatrix; 
  44.                 "_sendOptionsWrapTF" = NSTextField; 
  45.                 "_shortURLBtn" = NSButton; 
  46.                 "_statusLineTF" = NSTextField; 
  47.                 "_thankYouWindow" = NSWindow; 
  48.                 "_toggleServerBtn" = NSButton; 
  49.                 "_transport" = Transport; 
  50.                 urlTV = NSTextView; 
  51.             }; 
  52.             SUPERCLASS = NSObject; 
  53.         }, 
  54.         {CLASS = DropView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
  55.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  56.         {
  57.             ACTIONS = {"_startProgressAnimation" = id; "_stopProgressAnimation" = id; }; 
  58.             CLASS = Transport; 
  59.             LANGUAGE = ObjC; 
  60.             OUTLETS = {
  61.                 "_appController" = AppController; 
  62.                 "_cancelBtn" = NSButton; 
  63.                 "_dropView" = DropView; 
  64.                 "_filenameTF" = NSTextField; 
  65.                 "_filesizeSentTF" = NSTextField; 
  66.                 "_filesizeTF" = NSTextField; 
  67.                 "_mainWindow" = YMWindow; 
  68.                 "_progressIndicator" = NSProgressIndicator; 
  69.                 "_timeElapsedTF" = NSTextField; 
  70.                 "_timeLeftTF" = NSTextField; 
  71.             }; 
  72.             SUPERCLASS = NSObject; 
  73.         }, 
  74.         {
  75.             ACTIONS = {openInBrowser = id; openInEmail = id; selectDoubleClickAction = id; }; 
  76.             CLASS = UrlTextView; 
  77.             LANGUAGE = ObjC; 
  78.             OUTLETS = {"_doubleClickMenu" = NSMenu; }; 
  79.             SUPERCLASS = NSTextView; 
  80.         }, 
  81.         {CLASS = YMWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }
  82.     ); 
  83.     IBVersion = 1; 
  84. }